type golang.org/x/crypto/blake2b.xof

7 uses

	golang.org/x/crypto/blake2b (current package)
		blake2x.go#L66: 	x := &xof{
		blake2x.go#L78: type xof struct {
		blake2x.go#L88: func (x *xof) Write(p []byte) (n int, err error) {
		blake2x.go#L95: func (x *xof) Clone() XOF {
		blake2x.go#L100: func (x *xof) BlockSize() int {
		blake2x.go#L104: func (x *xof) Reset() {
		blake2x.go#L121: func (x *xof) Read(p []byte) (n int, err error) {